const runtime._SHN_UNDEF

2 uses

	runtime (current package)
		vdso_linux.go#L38: 	_SHN_UNDEF = 0 /* Undefined section */
		vdso_linux.go#L217: 		if typ != _STT_FUNC && typ != _STT_NOTYPE || bind != _STB_GLOBAL && bind != _STB_WEAK || sym.st_shndx == _SHN_UNDEF {